(xmakefile): Depend on ../config.status.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 22:42:02 +0000 (22:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 22:42:02 +0000 (22:42 +0000)
src/Makefile.in

index 07c9e9891924247dd62686259a74a5895dde3950..1cc94f6a73297384b71f7f1b890c476a00cf080f 100644 (file)
@@ -71,7 +71,9 @@ relock:
 ### appropriate CPP symbols to use in ymakefile.
 ### If you have a problem with cc -E here, changing
 ### the definition of CPP above may fix it.
-xmakefile: ymakefile config.h
+
+# Remake xmakefile whenever we reconfigure even if config.h didn't change.
+xmakefile: ymakefile config.h ../config.status
        -rm -f xmakefile xmakefile.new junk.c junk.cpp
        cp ${srcdir}/ymakefile junk.c
        ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \